home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000404_news@newsmaster….columbia.edu _Wed Apr 8 18:36:19 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA12230
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 8 Apr 1998 18:36:18 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA26432
  7.     for kermit.misc@watsun; Wed, 8 Apr 1998 18:36:18 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!Cabal.CESspool!bofh.vszbr.cz!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!ix.netcom.com!news
  9. From: "Donald N. Dally" <ddally@voice-tel.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Trouble Transferring Binary Files : Repost
  12. Date: Wed, 8 Apr 1998 18:33:55 -0400
  13. Organization: Netcom
  14. Lines: 47
  15. Message-ID: <6ggu0n$oar@dfw-ixnews8.ix.netcom.com>
  16. NNTP-Posting-Host: atl-ga14-09.ix.netcom.com
  17. X-NETCOM-Date: Wed Apr 08  5:33:59 PM CDT 1998
  18. X-Newsreader: Microsoft Outlook Express 4.72.2106.4
  19. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:8607
  21.  
  22. Hello,
  23.  
  24. I have been working on a project which requires me to transfer files from a
  25. SCO Unix box to a QNX 2.x/3.x box.  When I use Kermit to transfer binary
  26. files from the QNX box to the Unix Box and vice versa, the file is damaged
  27. and can not be executed.  I have reset the executable permissions/attributes
  28. on the QNX box one I am done with the transfer, however I get the OS error
  29. "Bad Load File."  I have tried both binary and ascii file transfers, but
  30. neither has worked succesfully.  The file size at the beginning of my
  31. transfer process is 159 blocks, and at the end is 156 blocks.
  32.  
  33. The QNX box is running Kermit v2.03.  Here is the command line syntax:
  34. KERMIT V2.03
  35. use: kermit [device] SEnd [options]* src_file[,dst_file] [x=index_file] ...
  36. or  kermit [device] REceive [options]* [p=prefix] [f=forced_filename]
  37. options: -make_dir +Qterm +relaxed_timing +verbose -verbose
  38.          D=debug_file -ers -q_8bit=ON|ENABLE|DISABLE -q_rpt=ON|OFF
  39.          s=setup_file +binary +unique
  40.  
  41. The SCO Unix (OS 3)  box is running Kermit v6.0.192 in interactive mode.
  42.  
  43. The connection is being made as follows:  From a SCO Unix box I telnet to a
  44. remote SCO Unix box (both OS3).  On the remote SCO Unix box I open an
  45. asynchronous "cu" connection to the QNX box.  I then initiate the command
  46. "kermit se +binary myfile.exe" on the QNX box.  Dropping back to the local
  47. SCO box using "ctrl-\ c" I type "set file type binary" followed by "receive
  48. myfile.txt."  The file transfer seems to go as expected, however when I do
  49. the reverse and put the file back on a QNX box, I get the error described
  50. above.
  51.  
  52. My question is simply what could be causing the files to changed during
  53. transfer and how can I prevent it.  I suspect that compression may be the
  54. culprit, but am not sure.  I do not have any problems transferring ascii
  55. files back and forth.  Any assistance with this issue is greatly
  56. appreciated.
  57.  
  58. ****************************************
  59. Donald N. Dally
  60. ddally@voice-tel.com
  61. Manager, Systems Integration
  62. Voice-Tel (a Premiere Technologies Company)
  63. (216) 595-5594 Office
  64. (216) 595-5043 Voice-Tel/Fax
  65.  
  66.  
  67.  
  68.